home *** CD-ROM | disk | FTP | other *** search
/ Jommeke / Jommeke.iso / movies / menu.dir / 00033_Script_run belgacom < prev    next >
Text File  |  2000-02-23  |  135b  |  10 lines

  1. on mouseup
  2.   if the machinetype=256 then
  3.     open the moviepath&"belgacom.exe"
  4.   else 
  5.     open "belgacom"
  6.   end if
  7.   
  8.   
  9. end
  10.